ModuleConfigType

enum ModuleConfigType : ProtocolMessageEnum

TODO: REPLACE
Protobuf enum meshtastic.AdminMessage.ModuleConfigType

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

TODO: REPLACE
AMBIENTLIGHTING_CONFIG = 10;
Link copied to clipboard

TODO: REPLACE
AUDIO_CONFIG = 7;
Link copied to clipboard

TODO: REPLACE
CANNEDMSG_CONFIG = 6;
Link copied to clipboard

TODO: REPLACE
DETECTIONSENSOR_CONFIG = 11;
Link copied to clipboard

TODO: REPLACE
EXTNOTIF_CONFIG = 2;
Link copied to clipboard

TODO: REPLACE
MQTT_CONFIG = 0;
Link copied to clipboard

TODO: REPLACE
NEIGHBORINFO_CONFIG = 9;
Link copied to clipboard

TODO: REPLACE
PAXCOUNTER_CONFIG = 12;
Link copied to clipboard

TODO: REPLACE
RANGETEST_CONFIG = 4;
Link copied to clipboard

TODO: REPLACE
REMOTEHARDWARE_CONFIG = 8;
Link copied to clipboard

TODO: REPLACE
SERIAL_CONFIG = 1;
Link copied to clipboard

TODO: REPLACE
STOREFORWARD_CONFIG = 3;
Link copied to clipboard

TODO: REPLACE
TELEMETRY_CONFIG = 5;

Functions

Link copied to clipboard
Link copied to clipboard
open fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): AdminProtos.AdminMessage.ModuleConfigType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.